Skip to content

public Election::getVotesListAsString

Read it at the source

Description

php
public Election->getVotesListAsString ( [bool $withContext = true] ): string

Get registered votes list as string.

Parameter

withContext: bool

Depending on the implicit ranking rule of the election, will complete or not the ranking. If $withContext is false, rankings are never adapted to the context.

Return value

(string) Return a string like: A > B > C * 3 A = B > C * 6


Released under the MIT License.